home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 68K / Lib / ospath.py < prev    next >
Text File  |  1996-05-20  |  68b  |  4 lines

  1. # ospath.py is obsolete
  2. import os
  3. exec 'from %s import *' % os.name
  4.